Welcome![Sign In][Sign Up]
Location:
Search - linux UDP

Search list

[Internet-Networkudp

Description: UDP回送程序 客户机向服务器发送数据,服务器将字符串回转后,返向发送
Platform: | Size: 7168 | Author: hh | Hits:

[TCP/IP stacksocket

Description: 这个是一个在linux平台下的一个socket服务端与客户端的一两个程序,基于的是UDP数据报协议的无连接socket-This is a linux platform in a socket server and client program 12, is based on UDP Datagram Protocol without connecting socket
Platform: | Size: 1024 | Author: TK | Hits:

[Internet-Networkudp_server

Description: UDP服务器端数据传输,是在LINUX下使用C语言进行编程-UDP server-side data transmission, is in LINUX using C programming language
Platform: | Size: 1024 | Author: cuilin | Hits:

[Internet-Networkudp

Description: windows 及linux下UDP传输测试-windows and linux under the UDP transmission test
Platform: | Size: 2111488 | Author: dod613 | Hits:

[Linux-Unixchat

Description: 基于BSD C的socket编程 采用udp协议,类似两个进程通信的聊天程序 压缩包包含两个文件,编译后运行是两个不同的聊天进程 运行环境linux -BSD C based on the socket programming using udp agreement, similar to the two processes communications chat program package consists of two documents, compiled to run two different operating environment to chat process linux
Platform: | Size: 2048 | Author: zhiguoxu | Hits:

[Internet-Networkudp

Description: linux upd套接字写的服务器客户端程序-linux upd socket server to write client programs
Platform: | Size: 2048 | Author: 任鹏 | Hits:

[TCP/IP stacktcp_ip_design_report.doc

Description: 本文件介绍了一个TCP/IP的功能,设计要点,本协议栈实现的组件包括ARP,I CMP(PING),UDP,TCP。并设计了一个与SOCKET API兼容的标准接口。 TCP/IP协议栈背景 TCP/IP是使用最为广泛的INTERNET通信协议,几乎所有的桌面操作系统如Windows,Redhat Linux都支持TCP/IP协议。为了实现嵌入式系统与PC机的组网通信,就必须在嵌入式系统上实现复杂的TCP/IP协议栈,通过实现了TCP/IP协议栈,就可以方便的实现嵌入式系统与主流桌面操作系统的通信和资源共享,这也是作者编写TCP/IP协议栈的由衷。 -Introduction This document is a TCP/IP functionality, design elements, realize the protocol stack components including ARP, I CMP (PING), UDP, TCP. And designed a SOCKET API-compatible with standard interfaces. TCP/IP protocol stack background TCP/IP is the most widely used communication protocol INTERNET, almost all of the desktop operating system such as Windows, Redhat Linux support TCP/IP protocol. In order to realize embedded systems and PC-letter Netcom Group, we must realize the complexity of embedded system on the TCP/IP protocol stack, through the realization of the TCP/IP protocol stack, we can facilitate the realization of embedded systems with mainstream desktop operating system of communication and resource sharing, this is also author of the preparation of TCP/IP protocol stack heartfelt.
Platform: | Size: 15360 | Author: 6756 | Hits:

[Internet-Networkfile_transfer

Description: linux 网络编程 c C++ UDP tcp -linux network programming c C++ UDP tcp
Platform: | Size: 22528 | Author: uleone | Hits:

[Linux-Unixudp

Description: Linux/UNIX网络通信中UDP通信的服务器和客服端之间的通信。-Linux/UNIX Network Communication UDP communication between server and client customer service communications.
Platform: | Size: 1024 | Author: luofei | Hits:

[Internet-Networka

Description: linux网络程序设计的例子源代码,有关进程,管道,CS结构,UDP,TCP,原始套接字-unix linux network programming codes
Platform: | Size: 744448 | Author: 李云 | Hits:

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:

[OtherTCP_UDP

Description: 本文详细说明了tcp/udp的差别,大家可以看看,还是有用的-This article details the tcp/udp differences, we will look at, or useful
Platform: | Size: 64512 | Author: haibin | Hits:

[Internet-Networklinux

Description: linux下模拟udp的泛洪攻击,类似trinoo和udp flooder-udp dos attack
Platform: | Size: 1024 | Author: delta | Hits:

[Otherlinux-usb-hub

Description: Linux hub的源码分析,很不错的pdf!-Linux hub of source analysis, it is a good pdf!
Platform: | Size: 1273856 | Author: 沈先生 | Hits:

[Linux-Unixclient

Description: linux环境下udp协议的客户端代码,向服务器端发送请求,显示服务器回应请求的时间-udp protocol under linux client code to send the request to the server-side, showing the server time to respond to the request
Platform: | Size: 1024 | Author: KATE | Hits:

[Internet-Networkudpsocket

Description: linux下的udp socket通信,包括client和server端程序代码。-Udp socket communications linux under , including both client and server sides.
Platform: | Size: 1024 | Author: 白鸽 | Hits:

[Internet-Networkudt.4.4.win32_with_VC6

Description: udt.4.4 支持VC6, linux+vc.net+vc6 UDT(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 由于UDT完全在UDP上实现,它也可以应用在除了高速数据传输之外的其它应用领域,例如点到点技术(P2P),防护墙穿透,多媒体数据传输等等。 UDT由开源软件作者谷云洪在美国伊利诺伊大学芝加哥分校攻读博士期间开发,并由他在毕业后继续维护和升级。UDT的开源软件可以在SourceForge上获取。-udt.4.4, linux+vc.net+vc6. UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide area high-speed networks. UDT uses UDP to transfer bulk data with its own reliability control and congestion control mechanisms. The new protocol can transfer data at a much higher speed than TCP does. UDT is also a highly configurable framework that can accommodate various congestion control algorithms
Platform: | Size: 1180672 | Author: JustGO | Hits:

[Linux-UnixLinux_NetProgram

Description: Linux下的网络编程 对TCP—UDP的网络编程进行了详细说明,并包含代码-The file is about the network programming under the linux system. It includes the detail description of network programming and the source code sample
Platform: | Size: 50176 | Author: 强强 | Hits:

[TCP/IP stackclient.c

Description: simple udp client program under linux
Platform: | Size: 1024 | Author: spider | Hits:

[TCP/IP stackserver_udp

Description: Example UDP server for Linux.
Platform: | Size: 1024 | Author: Tpuzzo | Hits:
« 1 2 3 45 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net